home *** CD-ROM | disk | FTP | other *** search
- <HTMLtool>A small JavaScript that forces your visitors to visit your sponsor first</HTMLtool>
-
- <!-- TWO STEPS TO INSTALL MUST VISIT SPONSOR:
-
- 1. Copy the coding into the HEAD of your HTML document
- 2. Add the last code into the BODY of your HTML document -->
-
- <!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
-
- <HEAD>
-
- <SCRIPT LANGUAGE="JavaScript">
-
- <!-- Begin
- function adClick(ad, site) {
- window.open(ad);
- window.location = site;
- }
- // End -->
- </script>
- </HEAD>
-
- <!-- STEP TWO: Copy this code into the BODY of your HTML document -->
-
- <BODY>
-
- <a href="javascript:adClick('http://www.sponsor.com/page.html', 'http://www.your-web-site-address-here.com/');">
- Click here to visit our sponsor and go to our site</a>